2013-03-04 - 4495 - Spec - PutAway Label #WMProject #APAC #MMPPForms #abapformsmm
SPECIFICATIONS
4495-Spec-Transfer Order List changes in the Put Away form
Purpose
Transfer Order List changes in the Put Away form.
Admin Info
Purpose
|
Transfer Order List changes in the Put Away form
|
Requested By
|
Rahul Attarde
|
Spec Created By
|
Venu Dontamsetti
|
Spec Created Date
|
03/04/2013
|
Spec QA by
|
Venkat Kondapally & Vengal Rao
|
Objects
|
ZLVSTALISTE (FORM NAME)
RLVSDR40 (DRIVER PROGRAM)
ZRWM_PUTAWAY_PRINTPROGRAM (Sub Routine)
|
Document Status
|
WIP
|
References
Prior Tickets
None
Documents
The below attached document contains the changes of Put Away Form.
Putaway Form.xps
Functional Requirement
Page format to be used is
'DINA4' with Orientation
'LANDSCAPE'.
Putaway Form consists of two windows,
- Header
- Main Window
Header of First Page
Header consists of following fields
- Heading
- Date
- Plant
- Transfer Order (TO)
- Bar code (Transfer Order)
Header of Subsequent Pages
Header for Subsequent consists of following fields
- Transfer Order No(TO)
- Date
- Current Page No.
Main Window
The Main Window consist of following Fields,
-Transfer Order (TO) Item
- UPC NO
- Material No
- Size
- Quantity
- Source Bin
- Destination Bin
The layout of the form is attached below.
Putaway form template.xlsx
Solution Summary
- Identified the standard layout (LVSTALISTE) according to the requirement.
- Copy the standard form to 'ZLVSTALISTE'.
- Convert the original language to the required language.
- Change the layout according the business requirement.
Printing
Putaway output can be printed by using the spool which is generated when the Transfer Order is created.
Manual Printing
To print the Put Away output manually through transaction
'LT31' ,
Input the values Transfer Order, Ware House Number & Printer details as below screen shot
Test Plan
Create POs for plants 0510 and complete TO
|
Print the TO using T code LT31
|
Test Results P/F
|
Create POs for plants 0510 and complete TO
|
Print the TO using T code LT31
|
Test Results P/F
|
|
|
|
Solution Details
FORM NAME: ZLVSTALISTE DRIVER PROGRAM : RLVSDR40 SUB ROUTINE : ZRWM_PUTAWAY_PRINTPROGRAM
The Driver Program 'RLVSDR40' passes the data to form for printing. We additionally use a Sub routine pool to fetch some fields which are not available in the driver program
Header fields of First Page:
Form Field
|
Source Table
|
Source Field
|
Heading
|
T333B
|
TRATX
|
Date
|
LTAK
|
BDATU
|
Plant
|
LTAP
|
WERKS
|
Transfer Order
|
LTAK
|
TANUM
|
Bar Code (TO)
|
LTAK
|
TANUM
|
The 'Heading' value is a text based on the Warehouse Number / Warehouse Complex and Shipment Type from T333B table field 'TRATX' using sub routine pool by calling it from Script.
If Shipment Type = 'X', the heading is
'Warehouse supervision"
Header of Subsequent Pages:
Form Field
|
Source Table
|
Source Field
|
Transfer Order(TO)
|
LTAK
|
TANUM
|
Date
|
LTAK
|
BDATU
|
Page No
|
-NA-
|
PAGE(Script System Parameter)
|
Following are the Column names in Main Window for item details.
Item
|
UPC
|
Material
|
Size
|
Quantity
|
Source Bin
|
Destination Bin
|
Main Window fields:
Form Field
|
Source Table
|
Source Field
|
Transfer Order (TO) Item
|
LTAP
|
TAPOS
|
UPC No
|
MEAN
|
EAN11
|
Material
|
LTAP
|
MATNR
|
Size
|
LTAP
|
J_3ASIZE
|
Quantity
|
LTAP
|
VSOLA
|
Source Bin
|
LTAP
|
VLPLA
|
Destination Bin
|
LTAP
|
NLPLA
|
The 'UPC No' value is based on Material Number and Size from table MEAN field 'EAN11' using sub routine pool by calling it from Script.
Issues
None